SIP Error

Status
Not open for further replies.

nareach

Forum User
Joined
Nov 4, 2015
Messages
151
Reaction score
8
I have 16 sip extensions and 4 trunk

i cannot use context: from-internal in sip extensions.

when i use queue for got incoming call it will not generate to any of my agent but when i use from-internal-additional and i need to change file in extension-additional.conf in part [from-queue]
change from-internal to from-internal-additional to get incoming call in queue.

i notice that it not running well with this temporary method.

i want to use from-internal as default method in sip context.

i want you all help me to solve this issue.

thanks.
 
Hi,

Try to call context file with command: include extension-additional.conf in context from-internal. Let me know what happen.

Best regards,
Milan
 
I am not clear, please explain me clearly
 
It working now thank so much for your help
 
Hi,

in Extensions.conf file under context [from-internal] type include from_internal, exmaple:

[from-internal]
include extensions_additional.conf
....

OR

to call the context [from-internal-additional] in extensions.conf file, this example:

[from-internal]
include => from-internal-additional
...
...


Let me know what happen.
Best regards,
MIlan
 
It work now thanks for your help.
 
Welcome any time friend.
 
Sometime it work and sometime it not work, i do not what is the problem.
 
HI,

try this command :
Enter in Asterisk console : 1. asterisk -rv => dialplan reload and 2. /etc/init.d/asterisk restart

Best regards,
Milan
 
What is arterisk console?

please help me to do this?
 
i cannot type it in asterisk CLI.

it show error.
 
Hi,

More information about error
 
When i type this : asterisk -rv in to command box it show this error:
No such command 'asterisk -rv' (type 'core show help asterisk -rv' for other possible commands)
 
Hi,

Try this: asterisk -rvvvv or asterisk -r
 
Still not working.

i use elastix 2.4
 
HI

Type on linux console : asterisk "core show help asterisk"

And check whether it was started asterisk service, type

/etc/init.d/asterisk status, if not
/etc/init.d/asterisk start

Let me know what happen.

Best regards,
Milan
 
I use elastix via web gui now.
 
Hi,

Enter in linux console, if elastix pc are in your room or office just enter in him or connect over ssh like this:

ssh root@ip_address -p 22
password:....

Not web gui

Best regards,
Milan
 
Status
Not open for further replies.