Displaying 1 result from an estimated 1 matches for "_36122".
Did you mean:
136122
2009 Sep 04
0
RFC 3578 in Asterisk
...swer()
exten => 36122530,2,MusicOnHold()
Overlap from pstn works fine and you can see that asterisk answers with 484
address incomplete as long there is no match.
But if we change our dial plan like the following (we have different
extensions with different length)
[from_sip_proxy]
exten => _36122.,1,Goto(local,${EXTEN:5},1)
[local]
exten => 512,1,Answer()
exten => 512,2,VoiceMailMain()
exten => 52,1,Answer()
exten => 52,2,MeetMe(313,MI)
exten => 52,3,HangUp()
exten => 530,1,Answer()
exten => 530,2,MusicOnHold()
We can notice that incoming calls (e.g for 36122512) ar...