Displaying 1 result from an estimated 1 matches for "1206xxxxxxx".
Did you mean:
_206xxxxxxx
2004 Jan 31
0
Dial app does not indicate ringing to calling party
...uman).
My IAX2 provider sends me all 10 digits so I have a context set up to catch
it and divert the call to my extension (7000) for handling:
exten => 2065475023,1,SetCIDname(DID 5475023)
exten => 2065475023,2,Goto(stations|7000|1)
Ext 7000 is:
MARK=Zap/2&SIP/mark&IAX2/user@NuFone/1206xxxxxxx
exten => 7000,1,Macro(stdexten,7000,${MARK})
stdext macro:
exten => s,1,Dial(${ARG2}|30|r)
exten => s,2,VoiceMail2(u${ARG1}@stations)
exten => s,3,Hangup
exten => s,102,Voicemail2(b${ARG1}@stations) ;voicemail busy path
exten => s,103,Hangup
The problem seems to key on the fac...