Andrea Deltacom Posted April 11, 2011 Report Share Posted April 11, 2011 I'm trying to communicate a snom one installation with Asterisk. I have in the same machine, snom one with sip 5060, and asterisk with sip 5090. I configured in snom one a Sip Gateway with ip address 127.0.0.1:5090 and this seems ok. In Asterisk I configured an ISDN TE BRI pci card, there is 2 problem: 1. the incoming call, ring in Asterisk but don't go in Snom One extensions 2. the outgoing call, go in Asterisk but don't use idsn trunk Can you help me? Quote Link to comment Share on other sites More sharing options...
Vodia PBX Posted April 11, 2011 Report Share Posted April 11, 2011 From the PBX perspective, Asterisk acts as a PSTN gateway just like many other gateways. The only different is that the IP address is 127.0.0.1. I would specify not only the proxy address, but also list the 127.0.0.1:5090 as the inbound address. Then the PBX will know that the call came from the trunk. For inbound calls, the default destination is in the request-URI (first line of the SIP packet); you can either let Asterisk do the magic of extracting the extension number out of the number or the PBX (e.g. use something like "!0049401234([0-9]*)!\1! 40" to get the digits after the shown number or use the default 40 as the extension). Asterisk is very flexible with the presentation of headers. I would recomment to use RFC3325 (P-Asserted-Identity) for the network number and the number in the From header as the display number for outbound calls. Quote Link to comment Share on other sites More sharing options...
Andrea Deltacom Posted April 12, 2011 Author Report Share Posted April 12, 2011 Thanks for Reply, I'm not sure how to make dial plan in Asterisk I tried: exten => XXX,1,Dial(Zap/1) [dialout] exten => XXXXXXXXX,1,Dial(Zap/1,100,r) but isn't working Quote Link to comment Share on other sites More sharing options...
Vodia PBX Posted April 12, 2011 Report Share Posted April 12, 2011 Well, when it comes to configuring Asterisk you ask the wrong guy! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.