Displaying 1 result from an estimated 1 matches for "9tb3jndnah6jiqd3zmo9fw".
2007 Mar 14
0
${EXTEN} is limited to 17 characters under IAX ?
...;ve read in past discussions on
asterisk-dev list that the extension length is limited to 79 characters
- which I though should be more then enough.
Now were doing a DUNDi lookup on that extension and dialing to it from a
second Asterisk server. The dial address looks like this:
IAX2/dundi-context:9Tb3JNDnAH6JiQd3ZMo9Fw==@192.118.54.134/f19dffb971b93746d73ec46d5f1d4b36c199f48c-g1
The problem is that on the local server, we try to read ${EXTEN} and
parse it (specifically - I want to get at the 'g1' at the end. for this
I use the CUT function):
[mydundictx]
exten => _[0-9a-fA-f_].,1,Set(lastpart=${CUT(EX...