Adil Zaaraoui
2010-Jul-09  11:38 UTC
[asterisk-users] Re : Re : Re : Communication IAX2 >SIP>IAX2
ok it works i had a problem with a syntax:
i had to wrire:
exten =>_!X.,n(external),Dial(SIP/011212664800450 at pstn2,,S(20))
thanks
________________________________
De : Adil Zaaraoui <adilzeaaraoui at yahoo.fr>
? : Asterisk Users Mailing List - Non-Commercial Discussion 
<asterisk-users at lists.digium.com>
Envoy? le : Jeu 8 juillet 2010, 19h 41min 15s
Objet : Re : [asterisk-users] Re : Communication IAX2 >SIP>IAX2
Yes i agree; ok here the output of verbosity at level 3:
 -- Executing [00212664800450 at pstn2:1] GotoIf("SIP/100-081e3648", 
"0?internal:external") in new stack
    -- Goto (pstn2,00212664800450,2)
    -- Executing [00212664800450 at pstn2:2] Dial("SIP/100-081e3648", 
"SIP/login at pstn2/011212664800450||S(20)") in new stack
    -- Setting call duration limit to 20 seconds.
[Jul  8 17:31:14] WARNING[2960]: chan_sip.c:2952 create_addr: No such host: 
pstn2/011212664800450
[Jul  8 17:31:14] WARNING[2960]: app_dial.c:1286 dial_exec_full: Unable to 
create channel of type 'SIP' (cause 20 - Unknown)
  == Everyone is busy/congested at  this time (1:0/0/1)
  == Auto fallthrough, channel 'SIP/100-081e3648' status is
'CHANUNAVAIL'
    -- Executing [h at pstn2:1] DeadAGI("SIP/100-081e3648", 
"agi://localhost/ManageCalls.agi?when=after") in new stack
[Jul  8 17:31:14] ERROR[2960]: utils.c:966 ast_carefulwrite: write() returned 
error: Connection refused
[Jul  8 17:31:14] WARNING[2960]: res_agi.c:222 launch_netscript: Connect to 
'agi://localhost/ManageCalls.agi?when=after' failed: Connection refused
    -- Executing [h at pstn2:2] Dial("SIP/100-081e3648", 
"SIP/login at pstn2/011212664800450||S(20)") in new stack
    -- Setting call duration limit to 20 seconds.
[Jul  8 17:31:14] WARNING[2960]: chan_sip.c:2952 create_addr: No such host: 
pstn2/011212664800450
[Jul  8 17:31:14] WARNING[2960]: app_dial.c:1286 dial_exec_full: Unable to 
create channel of type 'SIP' (cause 20 - Unknown)
  == Everyone is  busy/congested at this time (1:0/0/1)
my extention.conf:
[pstn2]
exten => h,1,DeadAGI(agi://localhost/ManageCalls.agi?when=after)
exten=>_!X.,1,GotoIf($["${EXTEN:0:1}"="1"]?internal:external)
exten =>_!X.,n(external),Dial(SIP/login at pstn2/011212664800450,,S(20))
my sip.conf
[general]
register=>login:pass at host
[pstn2]
type=peer
host=hostname
insecure=invite
nat=yes
qualify=yes
secret=secret
username=username
canreinvite=no
disallow=all
allow=ulaw
allow=gsm
allow=alaw
fromdomain=domaineName
[100]
secret=100
username=100
type=friend
context=pstn2
nat=yes
disallow=all
allow=ulaw
allow=gsm
allow=alaw
host=dynamic
i do not know why it prints No such host: pstn2/011212664800450??
Any suggestion
________________________________
De : Paul Belanger <paul.belanger at polybeacon.com>
? : Asterisk Users Mailing List - Non-Commercial Discussion 
<asterisk-users at lists.digium.com>
Envoy? le : Jeu 8 juillet 2010, 12h 10min 14s
Objet : Re: [asterisk-users] Re : Communication IAX2 >SIP>IAX2
On Thu, Jul 8, 2010 at 6:29 AM, Adil Zaaraoui <adilzeaaraoui at yahoo.fr>
wrote:> But it does not work.
> Any suggestion
>
Without posting a debug log it makes it hard to troubleshoot.
http://svn.digium.com/svn/asterisk/trunk/doc/HOWTO_collect_debug_information.txt
-- 
Paul Belanger | dCAP
Polybeacon | Consultant
Jabber: paul.belanger at polybeacon.com | IRC: pabelanger (Freenode)
blog.polybeacon.com
-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
              http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users
      
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20100709/bdfaceda/attachment.htm
Paul Belanger
2010-Jul-09  12:37 UTC
[asterisk-users] Re : Re : Re : Communication IAX2 >SIP>IAX2
On Fri, Jul 9, 2010 at 7:38 AM, Adil Zaaraoui <adilzeaaraoui at yahoo.fr> wrote:> ok it works i had a problem with a syntax: > i had to wrire: > exten =>_!X.,n(external),Dial(SIP/011212664800450 at pstn2,,S(20)) >Correct, Dial(SIP/login at pstn2/011212664800450,,S(20)) Is not valid syntax -- Paul Belanger | dCAP Polybeacon | Consultant Jabber: paul.belanger at polybeacon.com | IRC: pabelanger (Freenode) blog.polybeacon.com
khalid touati
2010-Jul-09  16:32 UTC
[asterisk-users] Re : Re : Re : Communication IAX2 >SIP>IAX2
Glad you found the issue, sorry for not being able to help. 2010/7/9 Paul Belanger <paul.belanger at polybeacon.com>> On Fri, Jul 9, 2010 at 7:38 AM, Adil Zaaraoui <adilzeaaraoui at yahoo.fr> > wrote: > > ok it works i had a problem with a syntax: > > i had to wrire: > > exten =>_!X.,n(external),Dial(SIP/011212664800450 at pstn2,,S(20)) > > > Correct, > > Dial(SIP/login at pstn2/011212664800450,,S(20)) > > Is not valid syntax > > -- > Paul Belanger | dCAP > Polybeacon | Consultant > Jabber: paul.belanger at polybeacon.com | IRC: pabelanger (Freenode) > blog.polybeacon.com > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Abdullah -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100709/11bf0e5a/attachment.htm