Also ring WebRTC extension when primary extension (PJSIP) rings

Continuing the discussion from Also ring WebRTC extension when primary extension (PJSIP) rings:

@lgaetz : I thought I tested this completely, but now I noticed something odd…
On my primary extension 9007 I have set the Dial string to: “PJSIP/9007&PJSIP/9107”
On the secondary extension 9107 I have set the Dial string to: “local/9007@from-internal”
… Now when I call with 2222 to 9007, only 9107 is ringing (instead of 9007 & 9107)

Do you have an idea why 9007 is not ringing?

In the logs I see:

app_dial.c: Called PJSIP/9007
app_dial.c: Called PJSIP/9107
app_dial.c: PJSIP/9007-00003371 connected line has changed. Saving it until answer for PJSIP/2222-00003370
app_dial.c: PJSIP/9107-00003372 connected line has changed. Saving it until answer for PJSIP/2222-00003370
app_dial.c: PJSIP/9107-00003372 is ringing

(I don’t see 9007 ringing)

Thanks again!

You’ll need to look at the signaling to 9007. If it’s not encrypted, sngrep makes this pretty easy.

You again saved the day :wink: I feel stupid, it was indeed a device issue (480 Temporarily Unavailable).
Thanks for pointing me in the right direction!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.