Re: [asterisk-users] why doesn't extension "s" work ?

2019-03-29 Thread sean darcy
On 3/29/19 10:14 AM, Eric Wieling wrote: Think of "s" as meaning "stupid" because calls from devices too stupid to send the dialed number are routed to the "s" extension. Any incoming calls which includes the dialed number would NOT be sent to extension "s", those calls will match whatever the

Re: [asterisk-users] why doesn't extension "s" work ?

2019-03-29 Thread Eric Wieling
Think of "s" as meaning "stupid" because calls from devices too stupid to send the dialed number are routed to the "s" extension. Any incoming calls which includes the dialed number would NOT be sent to extension "s", those calls will match whatever the dialed number is. On 03/28/2019 08:32 P

Re: [asterisk-users] why doesn't extension "s" work ?

2019-03-28 Thread Carlos Chavez
On 3/28/2019 6:32 PM, sean darcy wrote: I'm using "s" extension in my dialplan: [gv-voice] exten => s,1,Verbose(callerid is "${CALLERID(all)}" or "${CALLERID(num)}") ;Set(Var_TO=${SIP_HEADER(TO)})  ; PJSIP_HEADER(read,To)    same=>n, But when a call comes in to the gv-voice context, "s"

[asterisk-users] why doesn't extension "s" work ?

2019-03-28 Thread sean darcy
I'm using "s" extension in my dialplan: [gv-voice] exten => s,1,Verbose(callerid is "${CALLERID(all)}" or "${CALLERID(num)}") ;Set(Var_TO=${SIP_HEADER(TO)}) ; PJSIP_HEADER(read,To) same=>n, But when a call comes in to the gv-voice context, "s" doesn't match the extension: res_pjsip_