Koozali.org: home of the SME Server

Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: portedaix on July 20, 2010, 09:12:11 PM

Title: Incoming calls with sail ?
Post by: portedaix on July 20, 2010, 09:12:11 PM
Hello,

How do I manage to receive incoming calls ? I am a newbie with asterisk. It is certainly very simple but I did not catch the idea.
Console tells me :
"Call from '0033484123456' to extension '0033484123456' rejected because extension not found." And I have a beautifull message in french, from asterisk, telling me "the number you have dialed is not registred" as an approximate traduction. I guess when asterisk receives the call it does not know what to do with it. And I just don't know where to give it the correct instructions.

By the way, it took me a hudge amount of time to find out the correct software version : sail-3.0 is not compatible with dolibarr (redirection loop is created to dolibarr) I had to install sail-2.5. And asterisk-1.6 did not function with sail (that was a question of '|' instead of ';' in hte trunk login sent to the sip provider, in sip.conf or something like that, I forgot the details but found other posts on that, problem known).

Thanks for your help
Olivier
Title: Re: Incoming calls with sail ?
Post by: SARK devs on July 20, 2010, 11:40:54 PM
Hello Olivier

To receive your call you need to create an entry in trunks to "catch" it and then direct it to where you want it to go.    Create a trunk of type PTT_DiD_Group and in the start and end box put 0033484123456.   This will catch your inbound call.  You can now edit the trunk you have created (by changing the open/closed boxes) to send your call to an extension or to a call group, IVR or queue.

To fix redirect loops either set dynamic proxy to off in globals panel or add the dolibar local url to the proxy ignore list in globals panel.

sail docs here - http://sarkpbx.com/twiki

Sail does not run with Asterisk 1.6; only 1.4 right now.

Kind Regards

S
Title: Re: Incoming calls with sail ?
Post by: portedaix on July 21, 2010, 11:38:48 AM
Hello again,

Thanks a lot for your help. I have inbound calls functionning nicely now. Fantastic  :-P
I read many times this excellent sark admin guide, but did not catch this PTT_DID_Group trunk idea. asterisk and sail are really powerful.

I have three other points to really clarify my ideas. If you could help me again, thanks in advance.
Personal comments : I tried different soft phones. The best I found in term of sound quality and voice delay is from 3CX, a commercial company but with some free softs like their softphone (fancy iphone look). SJPhone was not so good, I had to disable activeX to have the microphone functionning (?), and no mic funtionning at all with XLite (video and others OK). All set as general sip device, maybe that's the problem. Still looking, as I would like ldap available. Next I test is ekiga.

Good day to all contribs reader
Olivier