Hi
Here is my setup
Users ----> SER ----> Asterisk ----> PSTN
works fine. when ever user dial able to hear balance message and calls goes fine.
Just now I replaced my setup to use Dispatcher module
Users -----> SER (Dispatcher module) ----------> Asterisk Boxes -----> PSTN
when user makes calls not able to hear balance message all the times but able to make PSTN calls ?
In my config I just changed replace IP of my asterisk box with dispatcher config:
Old config: strip(1); rewritehostpost("x.x.x.x:5060"); route(4); NAT Detet.
New conifg: strip(1); ds_select_dst("1", "0"); forward(uri:host, uri:port); route(4);
dispatcher file: 1 sip:x.x.x.x:5060 1 sip.y.y.y.y:5060
Need help on above.
Thanks,
Arun
15 nov 2007 kl. 11.28 skrev Arun Kumar:
Hi
Here is my setup
Users ----> SER ----> Asterisk ----> PSTN
works fine. when ever user dial able to hear balance message and calls goes fine.
Just now I replaced my setup to use Dispatcher module
Users -----> SER (Dispatcher module) ----------> Asterisk Boxes -----> PSTN
when user makes calls not able to hear balance message all the times but able to make PSTN calls ?
In my config I just changed replace IP of my asterisk box with dispatcher config:
Old config: strip(1); rewritehostpost("x.x.x.x:5060"); route(4); NAT Detet.
New conifg: strip(1); ds_select_dst("1", "0"); forward(uri:host, uri:port); route(4);
dispatcher file: 1 sip:x.x.x.x:5060 1 sip.y.y.y.y:5060
Need help on above.
How are you sending the "balance message" ?
/O
--- * Olle E Johansson - oej@edvina.net * Register for the Asterisk SIP Masterclass - http://edvina.net
my asterisk box is running a2billing. so when you place a call it will play message saying that you have this much of credit etc.
On Nov 15, 2007 2:34 PM, Johansson Olle E oej@edvina.net wrote:
15 nov 2007 kl. 11.28 skrev Arun Kumar:
Hi
Here is my setup
Users ----> SER ----> Asterisk ----> PSTN
works fine. when ever user dial able to hear balance message and calls goes fine.
Just now I replaced my setup to use Dispatcher module
Users -----> SER (Dispatcher module) ----------> Asterisk Boxes -----> PSTN
when user makes calls not able to hear balance message all the times but able to make PSTN calls ?
In my config I just changed replace IP of my asterisk box with dispatcher config:
Old config: strip(1); rewritehostpost("x.x.x.x:5060"); route(4); NAT Detet.
New conifg: strip(1); ds_select_dst("1", "0"); forward(uri:host, uri:port); route(4);
dispatcher file: 1 sip:x.x.x.x:5060 1 sip.y.y.y.y:5060
Need help on above.
How are you sending the "balance message" ?
/O
- Olle E Johansson - oej@edvina.net
- Register for the Asterisk SIP Masterclass - http://edvina.net