[Asterisk-Users] *67 with Sipura 3000

Martin Roy mroy at mac.com
Sun Jun 19 12:46:41 MST 2005


How can I dial *67 on a Sipura 3000 if I dial from a SIP phone  
connected on an asterisk server. I always get a message saying that  
authentication failed for INVITE for sip221 at 192.168.1.6. If I dial a  
number without doing *67 it's working fine...

sip 221 being the extension of my Cisco phone and 192.168.1.6 being  
the IP of my asterisk server...

I have my outgoing context configure like this :

[outgoing]
ignorepat => 9
exten => _9.,1,Dial(SIP/${EXTEN:1}@192.168.1.20:5061)
exten => _9.,2,Dial(SIP/${EXTEN:1}@192.168.1.21:5061)
exten => _9.,3,Dial(SIP/${EXTEN:1}@192.168.1.22:5061)
exten => _9.,4,Dial(SIP/${EXTEN:1}@192.168.1.23:5061)
exten => _9.,5,Playback(invalid)
exten => _9.,6,Hangup

When I do 9*67 and the number it take a while and then it will play  
the invalid sound file and then hangup.

I even tried adding a second outgoing with this but it doesn't make a  
difference :


exten => _9*67.,1,Dial(SIP/${EXTEN:1}@192.168.1.20:5061)
exten => _9*67.,2,Dial(SIP/${EXTEN:1}@192.168.1.21:5061)
exten => _9*67.,3,Dial(SIP/${EXTEN:1}@192.168.1.22:5061)
exten => _9*67.,4,Dial(SIP/${EXTEN:1}@192.168.1.23:5061)
exten => _9*67.,5,Playback(invalid)
exten => _9*67.,6,Hangup

I figured that's it is a function of the Sipura 3000 but can I  
disable it and make it seen as a number? Since Bell understand *67 I  
don't need the Sipura 3000 to do something special with it...

Thanks

Martin



More information about the asterisk-users mailing list