In fact, my ser installation works fine... I can pass call through asterisk in standalone... The problem is to interconnect the 2, to register ( i don't know if it's a right solution) the sipphones on SER and to go outside thanks to asterisk...
Thx
Alessio Focardi wrote:
Hello Laurent,
What you want to accomplish could be done, my advice is to setup a working installation of ser then you will continue with asterisk.
At first make a simple installation of ser (no auth, no db maybe) and make your phones call each other.
If you encounter specific problems and you want to have some help this is the right place.
Good luck !
Tuesday, April 20, 2004, 1:29:41 PM, you wrote:
LB> Hi, LB> I want to use SER as a sip Proxy and asterisk as a gateway to the PSTN LB> network ... LB> My sipphones are BudgetTone101 and i'm having trouble trying configure LB> them.... LB> Indeed, i don't know if they should register on SER or not... I don't LB> know what kind of sip messages should be passed to my machine running LB> asterisk. LB> I don't know what must be in ser.cfg ( if you've an example it could LB> help me a lot...)... LB> I wasn't able to find documentations about using Ser and Asterisk in LB> this configuration ( messages in the archives are not explicit LB> enough....) , so if you've a pointer or so....
LB> Help...
LB> thx, LB> Laurent
LB> _______________________________________________ LB> Serusers mailing list LB> serusers@lists.iptel.org LB> http://lists.iptel.org/mailman/listinfo/serusers
Dear all,
I am doing some tests on the latest version of SER (unstable branch) and I have recently updated my local version. I noticed that you moved the 'check_from()' and the 'check_to()' functions from the 'uri' module into the 'uri_db' module. Unfortunately the 'uri_db' does not install because its Makefile contains 'NAME=uri.so' instead of 'NAME=uri_db.so'.
Can you check this ?
Best regards, Andrea Bondavalli I.NET S.p.A. - Research & Development mailto:a.bondavalli@inet.it Tel. +39.02.328637232 fax. +39.02.328637702
Hello Laurent,
Tuesday, April 20, 2004, 1:50:37 PM, you wrote:
LB> In fact, my ser installation works fine... LB> I can pass call through asterisk in standalone... LB> The problem is to interconnect the 2, to register ( i don't know if it's LB> a right solution) the sipphones on SER and to go outside thanks to LB> asterisk...
make asterisk use port 5090 for sip, then as a first step make asterisk register in ser as an extention.
you can do this in asterisk's sip.conf
example
register => 10:password@sip.yourdomanin.com/10
this tells asterisk to register extention 10 as address 109@yourdomain.com
dial 10 with a sip phone and you are in asterisk ... note that you should have an extention 10 defined, or it will not work.
B> Thx
LB> Alessio Focardi wrote:
Hello Laurent,
What you want to accomplish could be done, my advice is to setup a working installation of ser then you will continue with asterisk.
At first make a simple installation of ser (no auth, no db maybe) and make your phones call each other.
If you encounter specific problems and you want to have some help this is the right place.
Good luck !
Tuesday, April 20, 2004, 1:29:41 PM, you wrote:
LB> Hi, LB> I want to use SER as a sip Proxy and asterisk as a gateway to the PSTN LB> network ... LB> My sipphones are BudgetTone101 and i'm having trouble trying configure LB> them.... LB> Indeed, i don't know if they should register on SER or not... I don't LB> know what kind of sip messages should be passed to my machine running LB> asterisk. LB> I don't know what must be in ser.cfg ( if you've an example it could LB> help me a lot...)... LB> I wasn't able to find documentations about using Ser and Asterisk in LB> this configuration ( messages in the archives are not explicit LB> enough....) , so if you've a pointer or so....
LB> Help...
LB> thx, LB> Laurent
LB> _______________________________________________ LB> Serusers mailing list LB> serusers@lists.iptel.org LB> http://lists.iptel.org/mailman/listinfo/serusers
LB> _______________________________________________ LB> Serusers mailing list LB> serusers@lists.iptel.org LB> http://lists.iptel.org/mailman/listinfo/serusers