Koozali.org: home of the SME Server

how to make an internal call

Offline portedaix

  • ***
  • 54
  • +0/-0
how to make an internal call
« 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 :
  • how to dial another extension (keypas operation)
  • what setting should be entered... in the dial plan .... ?
Thanks for your help.
Olivier

Offline portedaix

  • ***
  • 54
  • +0/-0
Re: how to make an internal call
« Reply #1 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 !!!!

Offline del

  • *
  • 765
  • +0/-0
Re: how to make an internal call
« Reply #2 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
If at first you don't succeed, then sky-diving is not for you!
"Life is like a coin. You can spend it anyway you wish, but you can only spend it once." --Author Unknown

Offline portedaix

  • ***
  • 54
  • +0/-0
Re: how to make an internal call
« Reply #3 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

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: how to make an internal call
« Reply #4 on: July 29, 2012, 11:42:33 AM »
What have you put into the outbound route?

Kind Regards

S

Offline portedaix

  • ***
  • 54
  • +0/-0
Re: how to make an internal call
« Reply #5 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

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: how to make an internal call
« Reply #6 on: July 30, 2012, 11:16:13 PM »
Try something like _XXXX. _00XXXXXXX.

That should do it.

 

Offline portedaix

  • ***
  • 54
  • +0/-0
Re: how to make an internal call
« Reply #7 on: August 16, 2012, 09:03:47 AM »
indeed !