search for: local_extensions

Displaying 3 results from an estimated 3 matches for "local_extensions".

2007 Apr 15
0
Call tranfer drops 1st. digit
...8 is ringing -- SIP/1001-08d8c668 answered Zap/1-1 -- Started music on hold, class 'default', on channel 'Zap/1-1' -- Playing 'pbx-transfer' (language 'en') -- Stopped music on hold on Zap/1-1 -- Unable to find extension '' in context 'local_extensions' -- Playing 'pbx-invalid' (language 'en') -- parse_srv: SRV mapped to host alpha2.callcentric.com, port 5060 -- Started music on hold, class 'default', on channel 'Zap/1-1' -- Playing 'pbx-transfer' (language 'en') -- Stopped m...
2007 Apr 21
1
Transer calls hitting #
...announce "Invald extension..." Debug output -- Started music on hold, class 'default', on channel 'Zap/1-1' -- Playing 'pbx-transfer' (language 'en') -- Stopped music on hold on Zap/1-1 -- Unable to find extension '' in context 'local_extensions' ... extensions.conf ... [local_extensions] include => outgoing ; Local extensions exten => 1001,1,Dial(SIP/1001,20,rtT) exten => 1002,1,Dial(SIP/1002,20,rtT) exten => 1003,1,Dial(SIP/1003,20,rtT) ... -------------- next part -------------- An HTML attachment was scrubbed... URL: h...
2004 Sep 20
0
Manager redirect action does not appear to work in some cases.
...that, the service program tracks user status on the computer, and triggers actions depending on various conditions. One of those actions is to play a recording to a caller depending on what the user is currently doing, eg. on the phone, not at work, and so on. My setup is similar to this: [local_extensions] exten = _XXX,1,Macro(internal_call,${EXTEN}) [macro-internal_call] exten = s,1,Answer exten = s,2,SetVar(destination_number=${ARG1}) exten = s,3,UserEvent(InternalOriginate) My service program connects to the manager API and waits for InternalOriginate events. When it sees one,...