Displaying 3 results from an estimated 3 matches for "6477235412".
2006 Apr 30
2
WARNING[12785]: acl.c:244 ast_get_ip_or_srv: Unable to lookup '????'
Hi,
Red Hat 9.0
Asterisk 1.2.7.1
Whenever I start Asterisk, I am unable to call out on my SIP channel:
>-- Executing Dial("Zap/1-1", "SIP/6137451576@6477235412||t|") in new stack
>Apr 30 11:02:00 WARNING[12814]: chan_sip.c:1973 create_addr: No such
host: 6477235412
>Apr 30 11:02:01 NOTICE[12814]: app_dial.c:1029 dial_exec_full: Unable to create
>channel of type 'SIP' (cause 3 - No route to destination)
However, if I RELOAD my dial p...
2006 Apr 30
0
Intermittent problem dialling out on a SIP channel
...:secret]@realm at line 31
>Apr 30 11:01:21 WARNING[12785]: acl.c:244 ast_get_ip_or_srv: Unable
to lookup '????'
Line 31 of my sip.conf is auth=md5
. Whenever I see that message, I am unable to dial out on the SIP channel:
>-- Executing Dial("Zap/1-1", "SIP/6137451576@6477235412||t|") in new stack
>Apr 30 11:02:00 WARNING[12814]: chan_sip.c:1973 create_addr: No such
host: 6477235412
>Apr 30 11:02:01 NOTICE[12814]: app_dial.c:1029 dial_exec_full: Unable to create
>channel of type 'SIP' (cause 3 - No route to destination)
If I repeatedly RELOAD enough...
2006 May 02
0
Insights on SIP channel usage in * 1.2.7.1 are welcome!
...omething about the SIP number not being in the context. The context
associated w/ the SIP channel looked like this:
[incoming]
exten => s,1,NoOp(${CONTEXT})
exten => s,n,Ringing()
exten => s,n,GoTo(attendant-MainMenu,s,1)
exten => s,n,Hangup()
I found that I had to add:
exten => _6477235412,1,NoOp(${CONTEXT})
exten => _6477235412,n,Ringing()
exten => _6477235412,n,GoTo(attendant-MainMenu,s,1)
exten => _6477235412,n,Hangup()
I found this odd because I thought s would be sufficient (it has been
in the past). Any comments you can share w/ me on this?
I've also noticed thi...