PJSIP and call files

I’m trying to use call files with some pjsip extensions. I’ve yet to find anything enlightening on the internet so I’m going to the top. Has anyone got an example call file using PJSIP?

Thanks,
Wayne

It will look exactly like a SIP or DAHDI one they all look the same :slight_smile:

Maybe I’m using the wrong format then I keep seeing reference’s to local/exten@from-internal I was always taught to do SIP/exten I’ll play a bit. Here is why my predecessor set me up with…

Channel: SIP/1562
CallerID: “911 Call from ME” <911>
MaxRetries: 2
Context: 911Announce_to_extension
Extension: 8
Priority: 1
Archive: Yes

I changed it to:
Channel: PJSIP/1562
CallerID: “911 Call from ME” <911>
MaxRetries: 2
Context: 911Announce_to_extension
Extension: 8
Priority: 1
Archive: Yes

shortly after and it worked Sigh that’s always the case. Now I feel dumb.

No you want to use local channel not SIP or PJSIP.

1 Like
Channel: local/1562@from-internal
4 Likes

Got it. this works for me. So now the front desks at various schools will know when a 911 call goes out.

1 Like

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