search for: sipextens

Displaying 6 results from an estimated 6 matches for "sipextens".

Did you mean: sipexten
2005 Aug 04
5
newbiew extensions.conf question
I am newbie trying to setup about 12 Polycom Ip500's on an asterisk server. I am working on my extensions.conf and am trying to make it so that all my extensions can dial each other. My extensions are number 720, 721, 722, 723 ..etc in my from-sip context I began doing entries such as: exten => 720,1,Dial(SIP/720,20) exten => 720,2,Voicemail(u720) exten =>
2004 Apr 30
6
app_dbodbc segfault
Is anyone out there using app_dbodbc (http://www.bkw.org/~brian/app_dbodbc.c)? Any problems with it? I was able to get it all working, but it causes * to segfault every now and then. It does not appear to be related to any specific function (ODBCget,ODBCput,ODBCdel,ODBCdelltree). It is 100% repeatable. If I noload the module, everything works fine, but when its running, after calls to any of the
2012 Aug 26
1
One leg in a conference and adjusting stream volume of other leg
Hi all, I'm looking for some serious help. :) I couldn't find a better description for my problem... I think it is quite complex! Here's what I would like to achieve: A SIP caller dials into to my Asterisk 10. He will automatically listen to a specific MP3 stream. Other SIP callers dial also into my Asterisk. They all will automatically listen to the same MP3 stream. All
2005 Mar 24
0
AGI commands STDOUT problem
...and SAY_NUMBER, this function is called handle_saynumber, i put some extra ast_log warnings to verify that the function is doing all well, and in effect, it does. The output in the asterisk console when i try to execute the agi_script is: -- Executing Macro("SIP/12-dec6", "root|sipextens") in new stack -- Executing GotoIf("SIP/12-dec6", "1 ? 2 : 5") in new stack -- Goto (macro-root,s,2) -- Executing SetVar("SIP/12-dec6", "dialed=10") in new stack -- Executing SetVar("SIP/12-dec6", "authtype=sipextens")...
2004 Jun 29
3
incoming cid translation tables
How does one do translation for calls that come in from other pbx's where the incoming caller ID is an internal extension number on their pbx? Eg. when I get a call from Free-World-Dial the CID shows up as "429102" which is essentially their internal extension number sans any routing prefix. To dial the number back I need to dial the extension with FWD's routing prefix
2005 Jul 28
8
dialplan defenition
Hello list, Im writing my dial plan, in witch every SIP phone begins with 74 and has more 3 numbers (like 74XXX). So, I want to route all 74XXX calls to my sip channel. For this I wrote this line: exten => s,1,Dial(SIP/74118@193.136.252.5,30,r) but this way all calls go to 74118@193.136.252.5 ..... Then I tried: exten => s,1,Dial(SIP/${EXTEN}@193.136.252.5,30,r) but this way, the