[Asterisk-Users] Asterisk as SIP Proxy

ranga ranga at pandoranetworks.com
Sat Nov 29 04:45:47 MST 2003


Olle,

These are the two lines that I added to extensions.conf.

exten => evaro,1,Dial(SIP/${EXTEN}@${SIPDOMAIN})
exten => john,1,Dial(SIP/${EXTEN}@192.168.68.6)

I called sip:evaro at 192.168.68.6 first and then sip:john at 192.168.68.6. Here
is the console catpure.

    -- Executing Dial("SIP/sridhar-3076", "SIP/evaro@") in new stack
WARNING[1217603008]: File chan_sip.c, Line 749 (create_addr): No such host:
NOTICE[1217603008]: File app_dial.c, Line 516 (dial_exec): Unable to create
channel of type 'SIP'
  == Everyone is busy at this time
WARNING[1217603008]: File pbx.c, Line 1813 (ast_pbx_run): Timeout, but no
rule 't' in context 'pandora'
    -- Executing Dial("SIP/sridhar-a4ed", "SIP/john at 192.168.68.6") in new
stack
    -- Called john at 192.168.68.6

For some reason SIPDOMAIN is replacing blank. Am I doing any thing wrong?

regards
Ranga





More information about the asterisk-users mailing list