search for: alexander_gav

Displaying 5 results from an estimated 5 matches for "alexander_gav".

2005 Mar 23
3
Need some help
Hi all I have a couple of questions maybe you guys can help me with them I have sip phones , SER server , Asterisk. what is the best way to do that (also with accounting and authentication). which one of those options 1) sipphone -> SER -> ASTERISK -> SER -> PSTN 2) sipphone -> SER ->ASTERISK ->PSTN on the first option i am trying to return the call to the ser
2005 Mar 02
1
IVR setup problems
Hi guys still have the problem to setup the IVR correctly. I am forwarding call from ser : if (method == "INVITE") { if (uri =~ "sip:1[0-9]{10}@*"){ log(1, "Forwarding to Asterisk\n"); rewritehostport("xxx.xxx.xxx.xxx:5061"); t_relay(); break; } } inside sip.conf
2005 Mar 03
0
Forward Call from Asterisk to SER
I have some problem to redirect the call from asterisk to ser. 1 thing i am redirecting call to asterisk and then on some extension i want to return the call to ser. Receiving this error: WARNING[23594]: chan_sip.c:6829 handle_response: Forbidden - wrong password on authentication for INVITE to '"Alex" <sip:xxxxxxx@xxx.xxx.xxx.xxx:5061>;tag=as55a3adbb' --
2005 Mar 03
0
Some errors on sip debug
I have some problem to configure the call from asterisk to ser. [globals] SERADDRESS=xxx.xxx.xxx.xxx:5060 exten => 77,1,Dial(SIP/phonenumbertocall@${SERADDRESS},20,r) Error in Sip Debug ------------------------------------------- NOTICE[25541]: chan_sip.c:6848 handle_response: Failed to authenticate on INVITE to '"Alexg"
2005 Mar 01
1
Some asterisk ser problems
I have some simple questions and i need your help guys. I have ser server which working fine, between users. I am trying to add some more features to the ser. Most important is the IVR. I installed Asterisk and i am trying to register user in asterisk with no success. Part of ser.cfg file where i am trying to redirect the call to the asterisk.