Koozali.org: home of the SME Server

Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: portedaix on November 18, 2011, 05:49:51 PM

Title: how to make an internal call
Post by: portedaix on November 18, 2011, 05:49:51 PM
Hello,

I am stuck with a simple problem : how can I call another internal extension ?  :???: What I do not know is :
Thanks for your help.
Olivier
Title: Re: how to make an internal call
Post by: portedaix on July 17, 2012, 06:49:01 PM
I up the subject. I read kilometer of asterisk howtos, and still not able to do it. Help !!!!
Title: Re: how to make an internal call
Post by: del on July 17, 2012, 07:46:23 PM
Have you created the extensions in SAIL? If so you should just be able to dial the extension number. As far as I know you don't need a dial plan for internal calls.

Regards,
Del
Title: Re: how to make an internal call
Post by: portedaix on July 18, 2012, 12:11:39 PM
Hello,
I have three different extensions, all working fine for outbound calls. From extension 5100, when I dial *5000, I reach the mail box message of 5000 which is encouraging :D. If I just dial 5000 (or should it be anything else ? I tried different things...) this 5000 is just dialed as an outbound number, and then I have a message from my trunkline provider, dependeing on the provider. I have the feeling I am missing something so simple :(

My installation
asterisk14
sme8.0
siemens C590IP with DECT handsets
three sip lines : 2xovh 1xfreebox(adsl provider)

Could it be due to my DECT base...???

Thanks
Olivier
Title: Re: how to make an internal call
Post by: SARK devs on July 29, 2012, 11:42:33 AM
What have you put into the outbound route?

Kind Regards

S
Title: Re: how to make an internal call
Post by: portedaix on July 30, 2012, 10:14:50 AM
Hello,
My outbound route is as follow :

ACT = yes
Primary path = sip line 1
Secondary path = sip line 2
Tertiary path = sip line 3
Quaternary path = none
Dialplan = _X!_00XXXXXXX.
Alternate route to remote host = I left it blank
Auth = No

Thanks
Title: Re: how to make an internal call
Post by: SARK devs on July 30, 2012, 11:16:13 PM
Try something like _XXXX. _00XXXXXXX.

That should do it.

 
Title: Re: how to make an internal call
Post by: portedaix on August 16, 2012, 09:03:47 AM
indeed !